Skip to content

Miscellanous changes#78

Merged
BigSpaceships merged 8 commits intoComputerScienceHouse:devfrom
tmcnulty387:dev
Feb 18, 2026
Merged

Miscellanous changes#78
BigSpaceships merged 8 commits intoComputerScienceHouse:devfrom
tmcnulty387:dev

Conversation

@tmcnulty387
Copy link
Member

What

Small miscellanous changes that don't affect core functionality

  • Updated gitignore to ignore .vscode
  • Replaced context.TODO() with context.Background()
  • Fixed incorrect method names in logs
  • Small changes suggested by go compiler
  • Added godotenv to automatically load .env if it exists
  • Explicitly connect to database from main instead of from database.go

Why

Because why not

Test Plan

go test -v ./... passes and none of the changes affects core functionality

Env Vars

did you add, remove, or rename any environment variables
No

Checklist

  • Tested all changes locally

@tmcnulty387 tmcnulty387 changed the title Dev Miscellanous changes Feb 16, 2026
@tmcnulty387
Copy link
Member Author

1 of the changes suggested by compiler was wrong, replacing interface{} with any did break stuff. Reverted that change.

Copy link
Contributor

@BigSpaceships BigSpaceships left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! W changes imo

@BigSpaceships
Copy link
Contributor

I'll merge tonight if no one else requests changes

@BigSpaceships BigSpaceships merged commit 12aef83 into ComputerScienceHouse:dev Feb 18, 2026
1 check passed
BigSpaceships pushed a commit that referenced this pull request Feb 19, 2026
* Explicitly connect to database from main instead of from database.go

* Added godotenv to automatically load .env if it exists

* Small changes suggested by go compiler

* Fixed incorrect method names in logs

* Replaced context.TODO() with context.Background()

* Updated gitignore to ignore .vscode

* Revert "Small changes suggested by go compiler"

This reverts commit 1dd301c.

* Change suggested by go compiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments